summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--test.c8
2 files changed, 7 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 3df16c8..aae5c73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dnsfind (0.0.1-1) stable; urgency=low
+
+ * removed test.c. debian building ran make test, make has automatic rules
+ for C programs. thanks, ad.
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Tue, 18 Jan 2022 22:00:00 +0100
+
dnsfind (0.0.0-1) stable; urgency=low
* Initial release.
diff --git a/test.c b/test.c
deleted file mode 100644
index eaa490e..0000000
--- a/test.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <string.h>
-#include <stdio.h>
-#include <assert.h>
-#include "domain2name.c"
-int main (void) {
-#include "domain2name_testcase.c"
- return 0;
-}